SC_CartSession
		
			SC_CartSession
		
					([ $key = 'cart'])
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			addProduct
		
					( $id,  $quantity, [ $campaign_id = ""])
			
	
			
					- 
				
				$id			
- 
				
				$quantity			
- 
				
				$campaign_id			
 
	
	 
	
	
カートの中のキャンペーン商品のチェック
	
	
	
		boolean
		
			chkCampaign
		
					(integer $campaign_id)
			
	
			
					- 
				integer
				$campaign_id: キャンペーンID			
 
	
	 
	
	
	
	
		void
		
			chkSoldOut
		
					( $arrCartList, [ $is_mobile = false])
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			delProduct
		
					( $cart_no)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			delProductKey
		
					( $keyname,  $val)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			downQuantity
		
					( $cart_no)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			getAllProductsPoint
		
				()
			
	
		
			
	 
	
	 
	
	
	
	
		void
		
			getAllProductsTax
		
					( $arrInfo)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			getAllProductsTotal
		
					( $arrInfo)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			getCancelPurchase
		
				()
			
	
		
			
	 
	
	 
	
	
	
	
		void
		
			getProductTotal
		
					( $arrInfo,  $id)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			saveCurrentCart
		
					( $key_tmp)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			setProductValue
		
					( $id,  $key,  $val)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			setValue
		
					( $key,  $val)
			
	
			
		
			
	 
	
	 
	
	
	
	
		void
		
			upQuantity
		
					( $cart_no)